configure: post-release version bump
authorLuca BRUNO <luca.bruno@coreos.com>
Mon, 12 Jul 2021 08:40:14 +0000 (08:40 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Mon, 12 Jul 2021 08:40:14 +0000 (08:40 +0000)
configure.ac

index c3f700ad314ce88748c04bc34263843a60dc0c7d..4002a8c7a9a01c1df85e1e673540f2fe0954590f 100644 (file)
@@ -1,10 +1,10 @@
 AC_PREREQ([2.63])
 dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`.
 m4_define([year_version], [2021])
-m4_define([release_version], [3])
+m4_define([release_version], [4])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])